Method: NewRelic::Agent::HTTPClients::NetHTTPResponse#[]
- Defined in:
- lib/new_relic/agent/http_clients/net_http_wrappers.rb
permalink #[](key) ⇒ Object
[View source]
12 13 14 |
# File 'lib/new_relic/agent/http_clients/net_http_wrappers.rb', line 12 def [](key) @wrapped_response[key] end |